func fmt.parseArgNumber

2 uses

	fmt (current package)
		print.go#L974: func parseArgNumber(format string) (index int, wid int, ok bool) {
		print.go#L1001: 	index, wid, ok := parseArgNumber(format[i:])